home *** CD-ROM | disk | FTP | other *** search
/ Nothing but Tetris / Nothing but Tetris.iso / ibmpc / mixed2 / tetdemo / demo_mon.bat < prev    next >
Encoding:
DOS Batch File  |  1978-01-06  |  121 b   |  10 lines

  1. @echo off
  2. sound b8000 > nul
  3.   if %1. == .   goto nopath
  4.   ftf_mono 3 %1\
  5.   goto end
  6. :nopath
  7.   ftf_mono 2
  8. :end
  9.  
  10.